Skip to content

fix: stray | pipe in docker create --help#7103

Merged
thaJeztah merged 1 commit into
docker:masterfrom
hirehamir:fix/stray-pipe-in-docker-create-help-message
Jul 25, 2026
Merged

fix: stray | pipe in docker create --help#7103
thaJeztah merged 1 commit into
docker:masterfrom
hirehamir:fix/stray-pipe-in-docker-create-help-message

Conversation

@hirehamir

Copy link
Copy Markdown
Contributor

- What I did

I removed a stray | from the --pull flag description on docker create. It made

docker create --help

list the accepted values as ("always", "|missing", "never").

- How to verify it

Before:

--pull string                      Pull image before creating ("always", "|missing", "never") (default "missing")

After:

--pull string                      Pull image before creating ("always", "missing", "never") (default "missing")

- Human readable description for the release notes

Fixed a typo in the docker create --pull flag description

@hirehamir
hirehamir requested review from a team and thaJeztah as code owners July 11, 2026 01:05
@thaJeztah thaJeztah added this to the 29.7.0 milestone Jul 24, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@thaJeztah
thaJeztah merged commit c700ac4 into docker:master Jul 25, 2026
111 of 119 checks passed
@hirehamir
hirehamir deleted the fix/stray-pipe-in-docker-create-help-message branch July 25, 2026 00:14
@hirehamir

Copy link
Copy Markdown
Contributor Author

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants